home *** CD-ROM | disk | FTP | other *** search
/ 3D Games (Spidla) / 3dhry2.iso / Cube Drop 2001 1.0 / 3DFont.h < prev    next >
Encoding:
C/C++ Source or Header  |  2003-03-17  |  1.4 KB  |  54 lines

  1. /*
  2. Authors: David Nishimoto and Thomas Lee Young
  3. Website: http://www.listensoftware.com
  4. Program: Cube Drop
  5. */
  6.  
  7. #if !defined(AFX_3DFONT_H__4431AE05_2C62_11D3_955D_8422F5C00000__INCLUDED_)
  8. #define AFX_3DFONT_H__4431AE05_2C62_11D3_955D_8422F5C00000__INCLUDED_
  9.  
  10. #if _MSC_VER >= 1000
  11. #pragma once
  12. #endif // _MSC_VER >= 1000
  13.  
  14. #ifndef __AFXWIN_H__
  15.     #error include 'stdafx.h' before including this file for PCH
  16. #endif
  17.  
  18. #include "resource.h"       // main symbols
  19.  
  20. /////////////////////////////////////////////////////////////////////////////
  21. // CMy3DFontApp:
  22. // See 3DFont.cpp for the implementation of this class
  23. //
  24.  
  25. class CMy3DFontApp : public CWinApp
  26. {
  27. public:
  28.     CMy3DFontApp();
  29.  
  30. // Overrides
  31.     // ClassWizard generated virtual function overrides
  32.     //{{AFX_VIRTUAL(CMy3DFontApp)
  33.     public:
  34.     virtual BOOL InitInstance();
  35.     //}}AFX_VIRTUAL
  36.  
  37. // Implementation
  38.  
  39.     //{{AFX_MSG(CMy3DFontApp)
  40.     afx_msg void OnAppAbout();
  41.         // NOTE - the ClassWizard will add and remove member functions here.
  42.         //    DO NOT EDIT what you see in these blocks of generated code !
  43.     //}}AFX_MSG
  44.     DECLARE_MESSAGE_MAP()
  45. };
  46.  
  47.  
  48. /////////////////////////////////////////////////////////////////////////////
  49.  
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  52.  
  53. #endif // !defined(AFX_3DFONT_H__4431AE05_2C62_11D3_955D_8422F5C00000__INCLUDED_)
  54.